home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / netz / 8n1 / changelog < prev    next >
Text File  |  1995-08-10  |  2KB  |  85 lines

  1.  
  2. Version: 37.0 04-Jul-95
  3. -----------------------
  4. - Initial Version
  5.  
  6. - Set defaults during OpenDevice() instead of assuming values
  7.   in I/O request are correct.  Reported by: Koen Peetermans
  8.  
  9. - Invalid size used for GetPrefs() call causing stack overlay.
  10.   Reported by: Paul Harrison
  11.  
  12. - Only tried to remove the 'serial.device' instead of removing
  13.   the CURRENT owner of the serial resources.  Reported by:
  14.   George Kourkoutas
  15.  
  16. Version: 37.1 11-Jul-95
  17. -----------------------
  18. - Rewrote the RBF interrupt routines and offloaded some of the
  19.   work to a VERTB interrupt to prevent overruns and added the
  20.   EOFMODE option.
  21.  
  22. Version: 37.2 11-Jul-95
  23. -----------------------
  24. - Added "no handshaking" support.  Requested by: Ronald van
  25.   Eijck
  26.  
  27. Version: 37.3 13-Jul-95
  28. -----------------------
  29. - Rewrote OpenDevice() and CloseDevice() calls to correct
  30.   several problems.
  31.  
  32. Version: 37.4 13-Jul-95
  33. -----------------------
  34. - Rewrote the CMD_WRITE and TBE interrupt routines.  Lengths
  35.   of -1 were not being handled properly.
  36.  
  37. Version: 37.5 22-Jul-95
  38. -----------------------
  39. - Incorrect handling of interrupts caused TBE interrupts to be
  40.   missed.
  41. - Corrected version number.  8n1.i was not being generated
  42.   correctly.
  43.  
  44. Version: 37.6 28-Jul-95
  45. -----------------------
  46. - When device was opened multiple times in shared mode, GURU
  47.   occured on first close.
  48.  
  49. Version: 37.7 29-Jul-95
  50. -----------------------
  51. - Rearranged device init data to allow proper display by
  52.   VERSION command.  (The device base init data had to be
  53.   within the checksummed area.)
  54.  
  55. Version: 37.8 02-Aug-95
  56. -----------------------
  57. - Added the ability to send BREAKs.  Requested by: Dwight
  58.   Zenzano
  59.  
  60. Version: 37.9 04-Aug-95
  61. -----------------------
  62. - Removed some testing code and prevented unnecessary RTS line
  63.   updates.
  64.  
  65. - First Aminet Release!
  66.  
  67. Version: 37.10 06-Aug-95
  68. ------------------------
  69. - Corrected long word test of byte sized field.
  70.  
  71. - Removed ".w" from BTST instructions.
  72.  
  73. - Changed "8n1Base" to "Base8n1" to make more compatible with
  74.   other assemblers.
  75.  
  76. - Added "E-" to SNMAOPT line to prevent "Xref in executable"
  77.   message.
  78.  
  79. - Removed CIAF_PRTRSEL from PRTMASK to allow usage of ring
  80.   indicator line.
  81.  
  82. - Added storage arbitration code to cmd_Read and
  83.   sdcmd_SetParams.
  84.  
  85.